home *** CD-ROM | disk | FTP | other *** search
- @echo off
- SHOW-PCX BLUE.PCX weave
-
- gtext " Show Maker will allow you " 1 1 14 90
- gtext " to create new interactive" 2 1 14 90
- gtext " presentations and tutorials." 3 1 14 90
- gtext " Imagine turning dull meetings" 4 1 14 90
- gtext " and boring classrooms into " 5 1 14 90
- gtext " show-stopping presentations" 6 1 14 90
- gtext " and tutorials complete with" 7 1 14 90
- gtext " speech, music, special effects" 8 1 14 90
- gtext " and high quality graphic images." 9 1 14 90
-
- gtext " The program that you are running" 19 1 8 100
- gtext " (Show Maker) is created with the" 20 1 8 100
- gtext " tools provided in this package. " 21 1 8 100
- PLAY BEGOOD.CMF
- gtext " Press ANY KEY to Continue" 13 1 14
- key
- clear blue.pcx random
-
- SHOW-PCX BLUE.PCX weave
-
- gtext " The following screens are " 1 1 14 90
- gtext " examples of how you can create"2 1 14 90
- gtext " interactive talking presentations" 3 1 14 90
- gtext " and tutorials. These example" 4 1 14 90
- gtext " files are on this disk and can" 5 1 14 90
- gtext " be modified with the word" 6 1 14 90
- gtext " processor." 7 1 14 90
-
- gtext " The pictures of the following" 9 1 14 100
- gtext " screen could be pictures of" 10 1 14 100
- gtext " your product or service. " 11 1 14 100
-
- gtext " Press ANY KEY to Continue" 13 1 14
- key
- clear blue.pcx random
-
- show-pcx MERCURY.pcx blind r
- gtext " M E R C U R Y " 1 22 16 40 100
- gtext " 1st Planet " 3 22 16 40 100
-
- gtext " Mercury, which is the " 18 13 8 90 100
- gtext " second smallest planet, " 19 13 8 90 100
- gtext " is not much bigger then " 20 13 8 90 100
- gtext " the Moon. It also looks " 21 13 8 90 100
- gtext " much like the Moon, being " 22 13 8 90 100
- gtext " covered with large and " 23 13 8 90 100
- gtext " small craters. " 24 13 8 90 100
-
- delay 12
- clear MERCURY.pcx blind
-
- show-pcx VENUS.pcx DRIP
- gtext " V E N U S " 1 24 16 40 80
- gtext " 2nd Planet " 3 24 16 40 80
-
- gtext " Venus is almost the " 17 19 8 40 80
- gtext " same size as Earth " 18 19 8 40 80
- gtext " and takes 225 days " 19 19 8 40 80
- gtext " to revolve around " 20 19 8 40 80
- gtext " the Sun. " 21 19 8 40 80
- delay 10
- clear VENUS.pcx weave
-
- show-pcx EARTH.pcx explode r
- gtext " E A R T H " 1 25 16 70 90
- gtext " Our home " 2 25 16 70 90
- gtext " 3rd Planet" 4 25 16 40 90
-
- gtext " Earth is the only " 17 18 8 70 90
- gtext " planet known to be " 18 18 8 70 90
- gtext " capable of support- " 19 18 8 70 90
- gtext " ing higher forms of " 20 18 8 70 90
- gtext " life, although other " 21 18 8 70 90
- gtext " planets also have " 22 18 8 70 90
- gtext " atmosphere and water." 23 18 8 70 90
- delay 15
- clear EARTH.pcx spiral
-
- : QUESTION EXAMPLE
-
- show-pcx mercury.pcx blind xy 0 50
- gtext "Which planet looks much like" 1 5 16 120
- gtext "the Earth's Moon ?" 2 5 16 120
- gtext " 1 - Mercury" 5 21 14 90
- gtext " 2 - Venus" 6 21 14 90
- gtext " 3 - Jupiter" 7 21 14 90
- gtext " 4 - Saturn" 8 21 14 90
- gtext "Please enter 1-4 ?" 9 21 16 120
-
- KEY 1234
- IF ERRORLEVEL 4 GOTO NO
- IF ERRORLEVEL 3 GOTO NO
- IF ERRORLEVEL 2 GOTO NO
- IF ERRORLEVEL 1 GOTO YES
-
- :YES
- gtext " 1 - Mercury" 5 21 14 30
- gtext "EXCELLENT" 11 21 16 90
- PLAY SUPER.VOC
- clear mercury.pcx RANDOM
- GOTO NEXT1
-
- :NO
- gtext "ALMOST" 10 21 16 90
- delay 2
- clear mercury.pcx CRUSH r
-
- :NEXT1
- show-pcx Venus.pcx SAND xy 0 50
- gtext "Which planet is almost the" 1 5 16 110
- gtext "same size as the Earth ?" 2 5 16 110
- gtext "1 - Mercury" 5 21 14 40
- gtext "2 - Venus" 6 21 14 40
- gtext "3 - Jupiter" 7 21 14 40
- gtext "4 - Saturn" 8 21 14 40
- gtext "Please enter 1-4 ?" 9 21 16 110
-
- KEY 1234
- IF ERRORLEVEL 4 GOTO NO1
- IF ERRORLEVEL 3 GOTO NO1
- IF ERRORLEVEL 2 GOTO YES1
- IF ERRORLEVEL 1 GOTO NO1
-
- :YES1
- gtext "2 - Venus" 6 21 14 30
- gtext "EXCELLENT" 11 21 16 110
- PLAY SUPER.VOC
- clear Venus.pcx RANDOM
- GOTO NEXT2
-
- :NO1
- gtext "ALMOST" 10 21 16 110
- delay 2
- clear Venus.pcx CRUSH r
-
- :NEXT2
- SHOW-PCX blue.PCX crush slow
-
- gtext " BUSINESS APPLICATIONS " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " THESE SCREENS COULD BE YOUR " 5 1 8 95
- gtext " PRODUCTS, SERVICE AND AD'S. " 6 1 8 95
- gtext " Listed below are some of the" 7 1 8 95
- gtext " applications you can create with" 8 1 8 95
- gtext " this new and exciting package." 9 1 8 95
-
- gtext " * SALES PRESENTATIONS" 11 1 8 90
- gtext " * NEW PRODUCT INTRODUCTIONS " 12 1 8 91
- gtext " * SELLING YOUR SERVICES" 13 1 8 92
- gtext " * COURSEWARE AUTHORING " 14 1 8 93
- gtext " * DISK BASED ADVERTISING " 15 1 8 94
- gtext " * CUSTOMER CATCHER " 16 1 8 95
- gtext " * TUTORIALS (C.B.T.) " 17 1 8 96
- gtext " * MAILING TO YOUR CUSTOMERS" 18 1 8 97
- gtext " * HAND OUTS AT TRADE SHOWS" 19 1 8 98
- gtext " * MAKE A COMMERCIAL ON A DISK " 20 1 8 99
- gtext " * BUSINESS REPORT DEMO" 21 1 8 100
- gtext " * INFORMATION STATIONS" 22 1 8 101
-
- gtext " Press ANY KEY to Continue " 24 1 8 210
- key
-
- SHOW-PCX blue.PCX split slow
-
- gtext " EDUCATIONAL APPLICATIONS " 0 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~~~~ " 1 1 14 90
-
- gtext " TEACHERS, you can use this package" 4 1 8 95
- gtext " to capture your students' attention" 5 1 8 95
- gtext " with stunning graphics and speech." 6 1 8 95
- gtext " Use SHOW MAKER for any tutorial," 7 1 8 95
- gtext " history or science lesson, talking" 8 1 8 95
- gtext " picture books and any other subject," 9 1 8 95
- gtext " place, procedure or object you need" 10 1 8 95
- gtext " to present to your students. This" 11 1 8 95
- gtext " product can be applied to students" 12 1 8 95
- gtext " of ALL ages, THERE IS NO LIMIT." 13 1 8 95
-
- gtext " As any teacher knows, getting a stu-" 15 1 8 95
- gtext " dent interested is half the battle." 16 1 8 95
- gtext " The other half is trying to satisfy" 17 1 8 95
- gtext " the demands of knowledge once sparked. " 18 1 8 95
- gtext " Interactive software using SHOW " 19 1 8 95
- gtext " MAKER helps in both areas, enabling " 20 1 8 95
- gtext " the student to link pictures, speech," 21 1 8 95
- gtext " music and special effects. *WOW*" 22 1 8 95
-
- gtext " Press ANY KEY to Continue " 24 1 8 210
- key
-
- SHOW-PCX blue.PCX slide r
- gtext " YOUR IMAGES " 1 1 14 90
- gtext " ~~~~~~~~~~~ " 2 1 14 90
- gtext " You can paint your screens with a " 3 1 14 95
- gtext " paint program or you can scan your" 4 1 14 95
- gtext " images with a black and white or" 5 1 14 95
- gtext " color hand scanner. If your have a" 6 1 14 95
- gtext " video capture board you can capture" 7 1 14 95
- gtext " from a cam-corder or VHS player. You" 8 1 14 95
- gtext " can also purchase clip art library" 9 1 14 95
- gtext " and high quality image libraries. As" 10 1 14 95
- gtext " an added service we can capture your" 11 1 14 95
- gtext " video's, photo's and artwork. " 12 1 14 95
- PLAY BEGOOD.CMF
- gtext " Press ANY KEY to Continue " 24 1 8 210
- key
- clear blue.pcx spiral r
-
- rem cleanup